home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Entertainment 1995 June
/
Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso
/
pc
/
reflux
/
master3.dxr
/
00149_G03-1.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-05
|
303 b
|
13 lines
on mouseDown
global gPerspective, gReadMe
if (gPerspective = 1) and (gReadMe = 1) then
puppetSound("fvoc1.wav")
end if
if (gPerspective = 2) and (gReadMe = 1) then
puppetSound("jvoc1.wav")
end if
if (gPerspective = 3) and (gReadMe = 1) then
puppetSound("rvoc1.wav")
end if
end